Updated one more test to fit new rustc argument order.
authorInokentiy Babushkin <inokentiy.babushkin@googlemail.com>
Wed, 30 Nov 2016 00:05:55 +0000 (01:05 +0100)
committerInokentiy Babushkin <inokentiy.babushkin@googlemail.com>
Wed, 30 Nov 2016 00:05:55 +0000 (01:05 +0100)
tests/cross-compile.rs

index d865ffc6e0c95546572e6086c1fb0f2fc1175929..6cffa301fb15914535c713577be4a9a983f0f37a 100644 (file)
@@ -804,9 +804,9 @@ fn plugin_build_script_right_arch() {
                 execs().with_status(0)
                        .with_stderr("\
 [COMPILING] foo v0.0.1 ([..])
-[RUNNING] `rustc build.rs [..]`
+[RUNNING] `rustc [..] build.rs [..]`
 [RUNNING] `[..][/]build-script-build`
-[RUNNING] `rustc src[/]lib.rs [..]`
+[RUNNING] `rustc [..] src[/]lib.rs [..]`
 [FINISHED] debug [unoptimized + debuginfo] target(s) in [..]
 "));
 }